home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / share / ofis / act3ts / 144_1 / ADDREMOV.RE9 / ADDREMOV.REG
Windows Registry Data  |  1997-08-18  |  3KB  |  110 lines

  1. REGEDIT4
  2.  
  3. // Uninstall keys for "Add/Remove Programs"
  4. [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\ACT30]
  5. "DisplayName"="ACT! 3.0"
  6. "UninstallString"="%s\SETUP.EXE /U" ~SIWSUBST, TARGET
  7.  
  8. // The following is to set up the HKEY_CLASSES_ROOT info.
  9. // The .WPA extension.
  10. [HKEY_CLASSES_ROOT\.wpa]
  11. @="ActWP.Document"
  12.  
  13. [HKEY_CLASSES_ROOT\.wpa\ShellNew]
  14. "NullFile"=""
  15.  
  16. // The .TPL extension
  17. [HKEY_CLASSES_ROOT\.tpl]
  18. @="ACT!.WP.Template"
  19.  
  20. [HKEY_CLASSES_ROOT\.tpl\ShellNew]
  21. "NullFile"=""
  22.  
  23. // The .ADT extension
  24. [HKEY_CLASSES_ROOT\.adt]
  25. @="ACT!.WP.Template"
  26.  
  27. [HKEY_CLASSES_ROOT\.tpl\ShellNew]
  28. "NullFile"=""
  29.  
  30. // The .AWT extension
  31. [HKEY_CLASSES_ROOT\.awt]
  32. @="ACT!.WP.Template"
  33.  
  34. [HKEY_CLASSES_ROOT\.tpl\ShellNew]
  35. "NullFile"=""
  36.  
  37.  
  38. // The commands for the .WPA association.
  39. [HKEY_CLASSES_ROOT\ActWP.Document]
  40. @="ActWP Document"
  41.  
  42. [HKEY_CLASSES_ROOT\ActWP.Document\DefaultIcon]
  43. @="%s\ACTWP.WPI,1" ~SIWSUBST, TARGET
  44.  
  45. [HKEY_CLASSES_ROOT\ActWP.Document\shell]
  46.  
  47. [HKEY_CLASSES_ROOT\ActWP.Document\shell\open]
  48.  
  49. [HKEY_CLASSES_ROOT\ActWP.Document\shell\open\command]
  50. @="%s\ACTWP.WPI /dde" ~SIWSUBST, TARGET
  51.  
  52. [HKEY_CLASSES_ROOT\ActWP.Document\shell\open\ddeexec]
  53. @="[open(\"%1\")]"
  54.  
  55. [HKEY_CLASSES_ROOT\ActWP.Document\shell\print]
  56.  
  57. [HKEY_CLASSES_ROOT\ActWP.Document\shell\print\command]
  58. @="%s\ACTWP.WPI /dde" ~SIWSUBST, TARGET
  59.  
  60. [HKEY_CLASSES_ROOT\ActWP.Document\shell\print\ddeexec]
  61. @="[print(\"%1\")]"
  62.  
  63. [HKEY_CLASSES_ROOT\ActWP.Document\shell\printto]
  64.  
  65. [HKEY_CLASSES_ROOT\ActWP.Document\shell\printto\command]
  66. @="%s\ACTWP.WPI /dde" ~SIWSUBST, TARGET
  67.  
  68. [HKEY_CLASSES_ROOT\ActWP.Document\shell\printto\ddeexec]
  69. @="[printto(\"%1\",\"%2\",\"%3\",\"%4\")]"
  70.  
  71.  
  72. // The commands for the .TPL, .ADT and .AWT associations.
  73. [HKEY_CLASSES_ROOT\ACT!.WP.Template]
  74. @="ACT! WP Template"
  75.  
  76. [HKEY_CLASSES_ROOT\ACT!.WP.Template\DefaultIcon]
  77. @="%s\ACT.EXE,0" ~SIWSUBST, TARGET
  78.  
  79. [HKEY_CLASSES_ROOT\ACT!.WP.Template\shell]
  80.  
  81. [HKEY_CLASSES_ROOT\ACT!.WP.Template\shell\open]
  82.  
  83. [HKEY_CLASSES_ROOT\ACT!.WP.Template\shell\open\ddeexec]
  84. @="[open(\"%1\")]"
  85.  
  86. [HKEY_CLASSES_ROOT\ACT!.WP.Template\shell\open\command]
  87. @="%s\ACT.EXE /dde" ~SIWSUBST, TARGET
  88.  
  89. [HKEY_CLASSES_ROOT\ACT!.WP.Template\shell\print]
  90.  
  91. [HKEY_CLASSES_ROOT\ACT!.WP.Template\shell\print\ddeexec]
  92. @="[print(\"%1\")]"
  93.  
  94. [HKEY_CLASSES_ROOT\ACT!.WP.Template\shell\print\command]
  95. @="%s\ACT.EXE /dde" ~SIWSUBST, TARGET
  96.  
  97. [HKEY_CLASSES_ROOT\ACT!.WP.Template\shell\printto]
  98.  
  99. [HKEY_CLASSES_ROOT\ACT!.WP.Template\shell\printto\ddeexec]
  100. @="[printto(\"%1\",\"%2\",\"%3\",\"%4\")]"
  101.  
  102. [HKEY_CLASSES_ROOT\ACT!.WP.Template\shell\printto\command]
  103. @="%s\ACT.EXE /dde" ~SIWSUBST, TARGET
  104.  
  105. // The command for opening different database without opening 2nd app instance.
  106. [HKEY_CLASSES_ROOT\ACT!.Database\shell\open\ddeexec]
  107. @="[open(\"%1\")]"
  108.  
  109.  
  110.